
 
 
 
 v 1   =   3 
 
 
 
 S e l e c t   S l o t ( 1 ) 
 
 	 C a s e   v 1   *   2 
 
 	 	 P r i n t   " T h i s   i s   e x e c u t e d   w h e n   S l o t ( 1 )   =   6 " 
 
 	 	 W a i t   S e c o n d s   0 . 5 
 
 	 C a s e   S l o t ( 2 )   +   2 
 
 	 	 P r i n t   " T h i s   i s   e x e c u t e d   w h e n   S l o t ( 1 )   =   S l o t ( 2 )   +   2 " 
 
 	 	 W a i t   S e c o n d s   0 . 5 
 
 E n d S e l e c t 
 
 
 
 P r i n t   " " 
 
 
 
 ' > > >   h e r e   t h e   e x e c u t i o n   r e s t a r t s   f r o m   t h e   f i r s t   l i n e 
 
 
 
 
 
 